The Imagick class
PHP Manual

Imagick::setImageMatteColor

(PECL imagick 2.0.0)

Imagick::setImageMatteColorSets the image matte color

Descripción

bool Imagick::setImageMatteColor ( mixed $matte )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the image matte color.

Lista de parámetros

matte

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.

Registro de cambios

Versión Descripción
2.1.0 Now allows a string representing the color as the parameter. Previous versions allow only an ImagickPixel object.


The Imagick class
PHP Manual